String.classPrototype.length

Instance of

Function

Return value

/*Number*/

Description

Returns the number of bytes in string.

Example

console.write("abc".length());

Expected output

3